home *** CD-ROM | disk | FTP | other *** search
/ PCNet 2006 March / PCnet 2006-06.3.iso / Apps / Flash / FDBuilder1160CNET.exe / Examples / Capturing.swf / scripts / DefineSprite_41 / frame_1 / DoAction.as
Encoding:
Text File  |  2006-04-02  |  680 b   |  22 lines

  1. var p = _parent;
  2. tval = p.setting[1];
  3. tset = "0,12,1," + p.setting[4] + ",0";
  4. col1 = "0x" + p.setting[3];
  5. col2 = "0x" + p.setting[5];
  6. var m = 4;
  7. var h = 25;
  8. p._parent.ip_makeText(this,"tbox_mc",1);
  9. tbox_mc.tfield.autoSize = "none";
  10. tbox_mc.tfield.multiline = false;
  11. tbox_mc.tfield._x = m - 1.4;
  12. tbox_mc.tfield._width = p._parent.ip_w - 2 * m;
  13. w = Math.min(p._parent.ip_w,tbox_mc.tfield.textWidth + 3 * m);
  14. tbox_mc.tfield._width = w - m;
  15. tbox_mc.tfield._height = 20;
  16. tbox_mc.tfield._y = 3;
  17. tFormat = tbox_mc.tfield.getTextFormat();
  18. tFormat.align = "center";
  19. tbox_mc.tfield.setTextFormat(tFormat);
  20. _Y = (p._parent.ip_h - 25) / 2;
  21. _X = (p._parent.ip_w - w) / 2;
  22.